home *** CD-ROM | disk | FTP | other *** search
- Path: howland.reston.ans.net!psinntp!psinntp!psinntp!psinntp!usenet
- From: grantp@usa.pipeline.com(Pete Grant)
- Newsgroups: comp.lang.c++
- Subject: Re: Turbo C++
- Date: 22 Mar 1996 12:10:55 GMT
- Organization: Kalevi, Inc.
- Message-ID: <4iu5cf$sgp@news1.h1.usa.pipeline.com>
- References: <4iu102$3en@news.cco.net>
- NNTP-Posting-Host: 38.8.120.10
- X-PipeUser: grantp
- X-PipeHub: usa.pipeline.com
- X-PipeGCOS: (Pete Grant)
- X-Newsreader: Pipeline v3.5.0
-
- On Mar 22, 1996 10:56:02 in article <Turbo C++>, 'Bill Ballinger
- <jwoold@cco.net>' wrote:
-
-
- >I have a question about Borlands Turbo C++ .
- >
- >In the directory \tc\bin I am getting a lot of .TMP files. They
- >are starting to clutter the hard drive in that directory. Can I
- >delete these files?
- >
- Yes, delete them all. Then:
-
- 1. Create a directory for temporary files; e.g., C:\temp
- 2. Edit your autoexec.bat file and enter the following:
- SET TEMP=C:\TEMP
- SET TMP=C:\TEMP
- 3. Reboot your machine.
- --
- Pete Grant
- Kalevi, Inc.
- Software Engineering & development
-